<script>on mouseUpif cd fld "Register Password" is empty thenanswer "Please supply a password for this stack."if (it=empty) then exit mouseUpask password "Enter password now:"if it is empty thenanswer "The password cannot be empty. Operation cancelled."exit mouseUpend ifput it into pass1ask password "Please re-enter for verification:"if it ≠ pass1 thenanswer "Password not entered correctly. Operation cancelled."elseput pass1 into cd fld "Register Password"answer "Password entered!"end ifelseput cd fld "Register Password" into identPassask password "Wassa passwoid?"if it = identPass thenanswer "Enter registration or erase password?" with "Register" or "Password"if (it=empty) thenexit mouseUpend ifif it = "Register" thensetRegistrationend ifif it = "Password" thenput empty into cd fld "Register Password"end ifelseanswer "Sorry, dat's a bad woid around here!"exit mouseUpend ifend ifend mouseUpon setRegistrationput empty into bg fld "Registration"ask "Set registration to whom?"put it into bg fld "Registration"end setRegistration</script>
</part>
<content>
<layer>background</layer>
<id>12</id>
<text>Card 1 of 1</text>
</content>
<content>
<layer>card</layer>
<id>49</id>
<text>1905524488</text>
</content>
<content>
<layer>background</layer>
<id>38</id>
<text></text>
</content>
<content>
<layer>background</layer>
<id>1</id>
<text>Next Card</text>
</content>
<content>
<layer>background</layer>
<id>2</id>
<text>next,card,button</text>
</content>
<content>
<layer>background</layer>
<id>3</id>
<text>-- example of how to use this stack-- basic script for next button-- hold down the command key and click here to see how to zoom in on a -- scripton mouseUp go nextend mouseUp -- pretty neat, huh?-- to zoom back do exactly the same thing (command key-click)</text>